
    CASE 0
      LOCAL STRING about(7) LENGTH 100
      about(0) = "              My name is Napoleon Commander (" + NCdigital(VERSION) + ")"
      about(1) = ""
      about(2) = "              Born   : 7th November 2020"
      about(3) = "              Where  : Czech Republic"
      about(4) = "              Father : " + CHR$(157) + "JirSoft"
      about(5) = "              Mother : Unknown"
      about(6) = ""
      about(7) = "              I'm living inside the Colour Maximite 2 "
      TUIinfo("ABOUT ME",about(), LOGO.NC)
      
    CASE 1
      LOCAL STRING shrt(27) LENGTH 100
      shrt( 0) = "          Napoleon Commander " + VERSION
      shrt( 1) = ""
      shrt( 2) = "ALT+F1/F2 Selects source for left or right pane (SD card or SERVER)"
      shrt( 3) = ""
      shrt( 4) = CHR$(225) + " " + CHR$(226) + "       Up/Down  Moves row on active pane"
      shrt( 5) = "Home/End  Jumps to first/last row"
      shrt( 6) = "TAB       Switches active pane"
      shrt( 7) = "Keys a-z  Jumps to first DIR or FILE beginning with this character"
      shrt( 8) = "          second press jumps to the other group"
      shrt( 9) = "ENTER     Changes active directory or invokes an action"
      shrt(10) = "ESC       Jumps to parent directory if present"
      shrt(11) = "Shift+H   Shows or hide hidden items"
      shrt(12) = "Shift+U   Unsorted SD card layout"
      shrt(13) = "PrintScr  Saves screen to 'ScreenShot.BMP', with LALT just dialogue"
      shrt(14) = ""
      shrt(15) = "F1        Displays this Help screen"
      shrt(16) = "F2        Gets info and size for DIRs, info only for FILEs"
      shrt(17) = "F3        Quick (& dirty) text file viewer (ALT+F3 forces HEX)"
      shrt(18) = "F4        Quick editor (not done yet)"
      shrt(19) = "F5        Copies file or directory"
      shrt(20) = "F6        Moves or renames (if both panes are the same)"
      shrt(21) = "F7        Creates new directory"
      shrt(22) = "F8        Deletes file or directory"
      shrt(23) = "F9        MAR directory structure"
      shrt(24) = "F10       Quits NC"
      shrt(25) = "F11       NC Configuration"
      shrt(26) = "F12       Duplicates view to inactive pane"
      shrt(27) = ""
  
      TUIinfo("KEYBOARD SHORTCUTs",shrt())